.add_swiper_left {
	float: left;
	width: 129px;
	height: 100%;
	background: url(hotNews.png) no-repeat center;
}
.add_swiper_right {
	overflow: hidden;
	height: 100%;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.add_swiper_right .arrow-left,
.add_swiper_right .arrow-right {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin:auto 0;
	z-index: 2;
	cursor: pointer;
}
.add_swiper_right .arrow-left {
	right: 46px;
	background: url(arrowL.png) no-repeat center #bbbbbb;
}
.add_swiper_right .arrow-right {
	right: 14px;
	background: url(arrowR.png) no-repeat center #bbbbbb;
}
.add_swiper_right .arrow-left:hover {
	background: url(arrowL.png) no-repeat center #cd1c16;
}
.add_swiper_right .arrow-right:hover {
	background: url(arrowR.png) no-repeat center #cd1c16;
}
.add_swiper_right h2 {
	color: #222222;
	font-size: 30px;
	line-height: 1;
	padding:17px 0 14px;
}
.add_swiper_right p {
	color: #999999;
	font-size: 15px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 54%;
}
.star_title_bg {
	background: url(starTBg.png) no-repeat center;
	margin-top: 5px;
}
.good_works {
	position: relative;
	padding:0 25px;
	height: 210px;
}
.good_works .swiper-slide {
	padding:0 5px;
	box-sizing: border-box;
}
.good_works h3 {
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
}
.good_works .arrow-left,
.good_works .arrow-right {
	width: 20px;
	height: 40px;
	position: absolute;
	top: 68px;
	z-index: 2;
	cursor: pointer;
}
.good_works .arrow-left {
	left: 0;
	background: url(arrowL2.png) no-repeat center;
}
.good_works .arrow-right {
	right: 0;
	background: url(arrowR2.png) no-repeat center;
}
.good_works .arrow-left:hover {
	background: url(arrowL3.png) no-repeat center;
}
.good_works .arrow-right:hover {
	background: url(arrowR3.png) no-repeat center;
}